home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / dos6read.me next >
Text File  |  1993-11-05  |  2KB  |  54 lines

  1.  
  2. INSTRUCTIONS FOR RUNNING THE PCSIG EDUCATION CD UNDER DOS 6.0
  3. -------------------------------------------------------------
  4. The Education CD-ROM will work under DOS 6.0. However, there seems to
  5. be a conflict between some drivers and DOS 6.0. Because of these
  6. conflicts, this CD and many other programs will not run correctly. There
  7. is a simple cure. You need to make a boot disk containing your CD-ROM
  8. driver and your DBLSPACE driver. This is easy to do.
  9.  
  10. 1) Insert a blank disk in drive A:
  11.  
  12. 2) Format the disk in drive A:, with the SYSTEM parameter
  13.                  C:\>FORMAT A: /S
  14.  
  15. 3) Copy your AUTOEXEC.BAT, and CONFIG.SYS files to the boot disk
  16.                  C:\>COPY AUTOEXEC.BAT A:
  17.                  C:\>COPY CONFIG.SYS A:
  18.  
  19. 4) Finally, you need to edit the AUTOEXEC.BAT, and CONFIG.SYS on the boot
  20.         drive to disable everything EXCEPT your CD-Rom driver, and your
  21.         DBLSPACE driver (Assuming you are running DBLSPACE)
  22.                  A:\>EDIT CONFIG.SYS
  23.                  A:\>EDIT AUTOEXEC.BAT
  24.  
  25.         Here is an example of a modified AUTOEXEC.BAT, and CONFIG.SYS.
  26.         It will not be identical to yours unless you have the EXACT same
  27.         setup as I do. Each one is different, but it's not hard to
  28.         figure out.
  29.  
  30.                 AUTOEXEC.BAT
  31.                 ------------
  32.                 @echo off
  33.                 path=c:\4dos;c:\dos;d:\windows       <--- Your path
  34.                 C:\CDROM\MSCDEX /D:MDIHSDVR          <--- CD-Rom driver
  35.  
  36.  
  37.                 CONFIG.SYS
  38.                 ----------
  39.                 DEVICE=C:\DOS\SETVER.EXE             <--- Setver (needed
  40.                                                          by most CD-Roms)
  41.                 Shell=C:\DOS\COMMAND.COM /P /E:300   <--- DOS shell
  42.                 DEVICE=C:\CDROM\CM153.MSC /U:1 /D:MDIHSDVR  <--- CD Driver
  43.  
  44.  
  45. 5) Reboot your computer, and let the computer boot from the A: drive
  46.  
  47. 6) Change to your CD-ROM drive letter, and type: INSTALL
  48.                 and Follow the directions.
  49.  
  50. That's all there is to it. From here, you should not have a problem
  51. accessing the CD-ROM running under the new DOS 6.0. If you still have
  52. problems, consult your DOS 6.0 manual, and if all else fails, give our
  53. technical support department a call at (408)730-9291.
  54.